←Select platform

TryParse Method

Summary

Tries to parse the string into an enumeration.

Syntax

C#
VB
C++
public static bool TryParse( 
   string name 
) 
  
Public Shared Function TryParse( _ 
   ByVal name As String _ 
) As Boolean 
public: 
static bool TryParse(  
   String^ name 
)  

Parameters

name
The value to be parsed.

Return Value

True if the value can be converted to the specified type.

Requirements

Target Platforms

See Also

Reference

Enum<T> Class

Enum<T> Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly